Skip to content

Bump pytest-rerunfailures from 16.1 to 16.2#8130

Merged
jenshnielsen merged 1 commit into
mainfrom
dependabot/pip/pytest-rerunfailures-16.2
May 18, 2026
Merged

Bump pytest-rerunfailures from 16.1 to 16.2#8130
jenshnielsen merged 1 commit into
mainfrom
dependabot/pip/pytest-rerunfailures-16.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps pytest-rerunfailures from 16.1 to 16.2.

Changelog

Sourced from pytest-rerunfailures's changelog.

16.2 (2026-05-13)

Breaking changes ++++++++++++++++

  • Drop support for pytest 8.0. Minimum pytest version is now 8.1.

Features ++++++++

  • Add support for pytest 9.0.

Bug fixes +++++++++

  • Fix missing teardown for session and module scoped fixtures when fixture teardown fails. Fixes [#314](https://github.com/pytest-dev/pytest-rerunfailures/issues/314) <https://github.com/pytest-dev/pytest-rerunfailures/issues/314>_.

  • Clear fixture finalizers when removing cached results from failed fixtures to fix compatibility with pytest >= 9, which asserts that _finalizers is empty before executing a fixture. Fixes [#323](https://github.com/pytest-dev/pytest-rerunfailures/issues/323) <https://github.com/pytest-dev/pytest-rerunfailures/issues/323>_.

  • Accept exception classes (not only regex strings) in the only_rerun and rerun_except marker keyword arguments instead of crashing with an internal error. Fixes [#275](https://github.com/pytest-dev/pytest-rerunfailures/issues/275) <https://github.com/pytest-dev/pytest-rerunfailures/issues/275>_.

Commits
  • 88a84d8 Preparing release 16.2
  • 5e0ad6a fix: accept exception classes in only_rerun and rerun_except markers (#327)
  • 928aa2b Update minimum pytest version to 8.1 and add support for pytest 9.0 (#325)
  • b53ef72 Fix support for pytest-main. (#324)
  • d9ef70e Preserve session and module teardown when fixture teardown fails (#319)
  • a22edc3 Bump actions/cache from 4 to 5 in the actions group (#317)
  • 365dc54 Bump actions/checkout from 5 to 6 in the actions group (#316)
  • a484d56 Update to current versions of pre-commit hooks. (#312)
  • 3447ea8 Back to development: 16.2
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 16.1 to 16.2.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@16.1...16.2)

---
updated-dependencies:
- dependency-name: pytest-rerunfailures
  dependency-version: '16.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 14, 2026 04:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 14, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.02%. Comparing base (f77c1e0) to head (a754076).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8130   +/-   ##
=======================================
  Coverage   71.02%   71.02%           
=======================================
  Files         301      301           
  Lines       31896    31896           
=======================================
  Hits        22655    22655           
  Misses       9241     9241           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jenshnielsen jenshnielsen added this pull request to the merge queue May 18, 2026
Merged via the queue into main with commit 3be75d6 May 18, 2026
17 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/pytest-rerunfailures-16.2 branch May 18, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant